Skip to content

GH-50688: [CI] Remove brew update to fix macOS arrow-s3fs-test segfaults - #50734

Merged
raulcd merged 1 commit into
apache:mainfrom
tadeja:macos-brew-update
Jul 30, 2026
Merged

GH-50688: [CI] Remove brew update to fix macOS arrow-s3fs-test segfaults#50734
raulcd merged 1 commit into
apache:mainfrom
tadeja:macos-brew-update

Conversation

@tadeja

@tadeja tadeja commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Rationale for this change

Fix #50688, per analysis of #50712, arrow-s3fs-test segfaults because of incompatible aws-sdk-cpp and aws-crt-cpp bottles on current homebrew-core (Homebrew/homebrew-core#295531 bumped aws-crt-cpp to 0.43.0 without rebuilding the aws-sdk-cpp bottle).
brew update was added in #49491 and is no longer needed (grpc/protobuf v34 got fixed in homebrew-core in March Homebrew/homebrew-core@552efcae and current runner ships that Homebrew snapshot including that).

What changes are included in this PR?

Remove brew update to avoid incompatible aws-sdk-cpp and aws-crt-cpp bottles.

Are these changes tested?

Yes, fork succeeded on Python and cpp workflows, now CI here succeeds too.

Are there any user-facing changes?

No.

@github-actions github-actions Bot added the awaiting review Awaiting review label Jul 30, 2026
@tadeja tadeja changed the title GH-50688: [CI] Remove brew update to avoid incompatible aws-sdk-cpp and aws-crt-cpp bottles GH-50688: [CI] Remove outdated brew update to fix macOS arrow-s3fs-test segfaults Jul 30, 2026
@tadeja
tadeja force-pushed the macos-brew-update branch from 8476cd6 to 1c561f2 Compare July 30, 2026 09:53
@tadeja

tadeja commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator Author

Rebased after #50732 got merged

@tadeja
tadeja marked this pull request as ready for review July 30, 2026 10:22
@tadeja tadeja changed the title GH-50688: [CI] Remove outdated brew update to fix macOS arrow-s3fs-test segfaults GH-50688: [CI] Remove brew update to fix macOS arrow-s3fs-test segfaults Jul 30, 2026

@raulcd raulcd left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@raulcd
raulcd merged commit 525d998 into apache:main Jul 30, 2026
51 checks passed
@raulcd raulcd removed the awaiting review Awaiting review label Jul 30, 2026
@github-actions github-actions Bot added the awaiting merge Awaiting merge label Jul 30, 2026
@tadeja
tadeja deleted the macos-brew-update branch July 30, 2026 10:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting merge Awaiting merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI][C++][Python] macOS jobs fail with segfaults in S3 tests since Jul 27

2 participants